home *** CD-ROM | disk | FTP | other *** search
/ Belgian Amiga Club - ADF Collection / BS1 part 57.zip / BS1 part 57 / Pro-net personal v2.0 d1.adf / MountListForRad < prev    next >
Text File  |  1989-09-10  |  470b  |  17 lines

  1. /* This is an example of a mount list entry for using the recoverable 
  2.    ram disk.  Depending on the amount of memory you wish to devote to
  3.    it, you may want to change the HighCyl value.
  4. */
  5.  
  6. RAD:       Device = ramdrive.device
  7.            Unit   = 0
  8.            Flags  = 0
  9.            Surfaces  = 2
  10.            BlocksPerTrack = 11
  11.            Reserved = 2
  12.            Interleave = 0
  13.            LowCyl = 0  ;  HighCyl = 79
  14.            Buffers = 5
  15.            BufMemType = 1
  16. #
  17.